//
//Referer:seeker.dice.com
//Referer Allowed: True
//IP: 165.95.160.81
//IP Allowed: True
var win;
function SetCookie (name,value,expires,path,domain,secure){ document.cookie = name + '=' + escape (value) + ((expires) ? '; expires=' + expires.toGMTString() : '') + ((path) ? '; path=' + path : '') + ((domain) ? '; domain=' + domain : '') + ((secure) ? '; secure' : ''); }
function getCookieVal (offset) {     var endstr = document.cookie.indexOf (';', offset);   if (endstr == -1)             endstr = document.cookie.length;      return unescape(document.cookie.substring(offset, endstr));}
function GetCookie (name){        var arg = name + '=';        var alen = arg.length;        var clen = document.cookie.length;        if( (document.cookie == null) || (document.cookie.length == null))        {                return null;        }        var i = 0;      while (i < clen)        {                var j = i + alen;                if (document.cookie.substring(i, j) == arg)                        return getCookieVal (j);                i = document.cookie.indexOf(' ', i) + 1;                if (i == 0) break;         }        return null;}		
function NewWindow(url,myname){LeftPosition = (screen.width) ? (screen.width-400)/2 : 0;TopPosition = (screen.height) ? (screen.height-400)/2 : 0;settings = 'height=400,width=400,resizable=yes,scrollbars=yes,toolbar=yes,location=no,status=no,menubar=no,'; return window.open(url,myname,settings);}
function Resize(w, h) { if (!(document.all||document.layers||document.getElementById)) return; if(w==-1) w = screen.availWidth; if(h==-1) h = screen.availHeight; if (document.all) top.window.resizeTo(w, h); else if (document.layers||document.getElementById) if (top.window.outerHeight